DevJourney

MATLAB/VIT/Sem I/Ex - 2/q7.m

syms t
x = cos(t);
y = sin(t);
z = t;
ezplot3(x,y,z,[0,6*pi])
View on GitHub